home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / FILEUTIL / DIRMENU / DIRMENU~ / !DirMenu / Configs < prev    next >
Text File  |  1993-08-14  |  1KB  |  64 lines

  1. | ----------------------------------
  2. |  Configuration file for !DirMenu.
  3. | ----------------------------------
  4.  
  5. | Menu colours:
  6. 7 1 7 14
  7.  
  8. | Menu position (NORMAL, BOTTOMLEFT or TOPLEFT)
  9. NORMAL
  10.  
  11. | Path expansion (EXPAND or PRESERVE)
  12. EXPAND
  13.  
  14. | Respond to Menu clicks on Filer-window titlebar? (YES or NO)
  15. YES
  16.  
  17. | Number of icon-bar icons:
  18. 1
  19.  
  20. | Now data for each icon-bar icon:
  21.  
  22. dirmenubar
  23. <Wimp$ScrapDir> @ ADFS::0 Resources:$ ADFS::4.$*
  24.  
  25.  
  26. | Some example icon-bar icon definitions which I use:
  27.  
  28. |Utils *
  29. |<Utils$Dir>*
  30.  
  31. |Clibs *
  32. |<Clibs$Dir>*
  33.  
  34. |!DeskLib *
  35. |<DeskLib$Dir>*
  36.  
  37.  
  38. | ----------- Notes ----------
  39.  
  40. | blank lines and lines beginning with '|' (like this one) are ignored.
  41. | All other line are treated as data by DirMenu.
  42.  
  43. | menu colours are in the following order:
  44. | Work foreground, Work background, Title foreground, Title background. 
  45. | Normal RISC OS menu colours are: 7 0 7 2. I find a white background
  46. | a bit bright on large menus.
  47.  
  48. | To save space on the icon-bar, you could define narrower sprites 
  49. | in the file 'Sprites',
  50.  
  51. | Each menu-bar item is specified as:
  52.  
  53. | spritename text
  54. | path(s)
  55.  
  56. | 'spritename - name of the sprite that should be used for the icon.
  57. | 'text'      - this will appear underneath the sprite
  58. | if text is '*', the spritename is used
  59. | if text is blank, the icon won't have any text.
  60.  
  61. | the paths should be separated by spaces. Appending a '*' to any 
  62. | path will put the first-level contents of the path in the top
  63. | level menu.
  64.